func github.com/google/go-cmp/cmp.formatHex

7 uses

	github.com/google/go-cmp/cmp (current package)
		report_references.go#L28: 		return pointerDelimPrefix + formatHex(uint64(v)) + pointerDelimSuffix
		report_references.go#L30: 	return formatHex(uint64(v))
		report_reflect.go#L171: 			return textLine(formatHex(v.Uint()))
		report_reflect.go#L175: 		return textLine(formatHex(v.Uint()))
		report_reflect.go#L393: func formatHex(u uint64) string {
		report_slices.go#L271: 					ss = append(ss, formatHex(v.Index(i).Uint()))
		report_slices.go#L309: 						ss = append(ss, formatHex(v.Index(i).Uint()))